home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00071.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  147 b   |  9 lines

  1. on mouseUp
  2.   set the movieRate of sprite 22 to 0
  3.   if the frame < 1900 then
  4.     play frame "mixer 2"
  5.   else
  6.     play frame "mixer 2a"
  7.   end if
  8. end
  9.